Skip to content

Fix operator imagePullPolicies ignoring global.imagePullPolicy - #2097

Open
dttung2905 wants to merge 2 commits into
kai-scheduler:mainfrom
dttung2905:fix-imagepullpolicy
Open

Fix operator imagePullPolicies ignoring global.imagePullPolicy#2097
dttung2905 wants to merge 2 commits into
kai-scheduler:mainfrom
dttung2905:fix-imagepullpolicy

Conversation

@dttung2905

Copy link
Copy Markdown
Contributor

Description

The operator Deployment and Helm hook Jobs ignored global.imagePullPolicy, unlike operand images rendered into the Config CR. This wires the same | default .Values.global.imagePullPolicy fallback used elsewhere so an unset per-image pullPolicy inherits the global value. Explicit operator.image.pullPolicy (and hook equivalents) still take precedence.

Related Issues

Fixes #

Checklist

Note: Ensure your PR title follows the Conventional Commits format (e.g., feat(scheduler): add new feature)

  • Self-reviewed
  • Added/updated tests (if needed)
  • Updated documentation (if needed)
  • Added a changelog fragment via make changelog (or applied the skip-changelog label). Do not edit CHANGELOG.md directly — pending fragments are folded into it at release time.

Breaking Changes

Additional Notes

Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant